home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / K-L / LImacSTACK11⁄89.cpt / Using Repeat / card_4400.txt < prev    next >
Text File  |  1989-11-02  |  675b  |  38 lines

  1. -- card: 4400 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2687
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 8
  9. ----- text -----
  10. repeat until <true/false>
  11.  
  12. -- part contents for background part 24
  13. ----- text -----
  14. put 0 into msg
  15. repeat until msg = 10
  16.    add 1 to msg
  17.    wait 10
  18. end repeat
  19.  
  20. repeat until the mouseClick
  21.    beep
  22. end repeat
  23.  
  24. -- part contents for background part 26
  25. ----- text -----
  26. put 0 into msg
  27. repeat until msg = 10
  28.    add 1 to msg
  29.    wait 10
  30. end repeat
  31.  
  32. repeat until the mouseClick
  33.    beep
  34. end repeat
  35.  
  36. -- part contents for background part 30
  37. ----- text -----
  38. The repeat loop executes the commands until the expression returns a true.